From: Jyrki Gadinger Date: Thu, 23 Jan 2025 15:02:47 +0000 (+0100) Subject: update AppImage build comment text X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~112^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4d935f5b099131ab178d84b0b6a54b15b5f852cd;p=nextcloud-desktop.git update AppImage build comment text Signed-off-by: Jyrki Gadinger --- diff --git a/.github/workflows/linux-appimage.yml b/.github/workflows/linux-appimage.yml index a5f1aef03..0269dce0f 100644 --- a/.github/workflows/linux-appimage.yml +++ b/.github/workflows/linux-appimage.yml @@ -23,9 +23,10 @@ jobs: id: upload-appimage uses: actions/upload-artifact@v4 with: - name: appimage-pr-${{ github.event.number }} + name: nextcloud-appimage-pr-${{ github.event.number }} path: ${{ steps.build-appimage.outputs.APPIMAGE_NAME }} overwrite: true + compression-level: 0 # squashfs is already compressed - name: Comment AppImage uses: actions/github-script@v7 @@ -36,9 +37,11 @@ jobs: const comment_body = ` ${comment_identifier_string} - AppImage file: [${{ steps.build-appimage.outputs.APPIMAGE_NAME }}](${{ steps.upload-appimage.outputs.artifact-url }}) + Artifact containing the AppImage: [nextcloud-appimage-pr-${{ github.event.number }}.zip](${{ steps.upload-appimage.outputs.artifact-url }}) - To test this change/fix you can simply download above AppImage file and test it. + SHA256 checksum: \`${{ steps.upload-appimage.outputs.artifact-digest }}\` + + To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. `;